Update all dependencies#195
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
405ca78 to
415103b
Compare
b93b3eb to
16f170c
Compare
DannysBabygirl
approved these changes
Feb 18, 2026
DannysBabygirl
approved these changes
Feb 18, 2026
16f170c to
d5a5bac
Compare
3e9ac82 to
178ce21
Compare
178ce21 to
1e1cdcf
Compare
1e1cdcf to
b0abcac
Compare
b0abcac to
1feb7d9
Compare
1feb7d9 to
e75d23b
Compare
f65a094 to
61276ab
Compare
c2a849c to
d711623
Compare
a97c2c5 to
9497f9f
Compare
af6d0d2 to
56e61e3
Compare
efd9cde to
cf6aff2
Compare
cf6aff2 to
004d686
Compare
004d686 to
96b1b2c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4→v6v4→v5v4→v70.13→0.15v4→v60.21.1→0.22.00.4.27→0.4.32v5→v75.3.2→5.4.01.5.0-alpha20→1.5.0-alpha215.3.2→5.4.02.11.0-beta02→2.11.0-rc010.9.0→0.11.02.3.21→2.4.02.3.6→2.3.92.3.21→2.4.02.3.21→2.4.02.3.21→2.4.02.3.21→2.4.033.6.0-android→33.6.0-jre34.14.0→34.14.11.18.0→1.19.03.4.0→3.5.03.4.0→3.5.03.4.0→3.5.07.0.2→8.6.0Release Notes
actions/checkout (actions/checkout)
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
v5.0.1Compare Source
What's Changed
Full Changelog: actions/checkout@v5...v5.0.1
v5.0.0Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v5Compare Source
actions/setup-java (actions/setup-java)
v5.2.0Compare Source
What's Changed
Enhancement
Documentation Changes
Dependency Updates
New Contributors
Full Changelog: actions/setup-java@v5...v5.2.0
v5.1.0Compare Source
What's Changed
New Features
.sdkmanrcfile injava-version-fileparameter by @guicamest in #736Bug Fixes & Improvements
Documentation changes
Dependency updates
New Contributors
Full Changelog: actions/setup-java@v5...v5.1.0
v5.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes
Dependency Upgrades
Bug Fixes
New Contributors
Full Changelog: actions/setup-java@v4...v5.0.0
v5Compare Source
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v6...v7.0.0
v7Compare Source
v6.0.0Compare Source
v6Compare Source
v5.0.0Compare Source
v5Compare Source
gradle/actions (gradle/actions)
v6.1.1Compare Source
This release updates various dependency versions, resolving several reported security vulnerabilities.
No functional changes are included
What's Changed
Full Changelog: gradle/actions@v6.1.0...v6.1.1
v6.1.0Compare Source
New: Basic Cache Provider
A new MIT-licensed Basic Caching provider is now available as an alternative to the proprietary Enhanced Caching provided by
gradle-actions-caching. Choose Basic Caching by settingcache-provider: basiconsetup-gradleordependency-submissionactions.@actions/cache-- fully open source~/.gradle/cachesand~/.gradle/wrapperdirectories*.gradle*,gradle-wrapper.properties, etc.)Limitations vs Enhanced Caching: No cache cleanup, no deduplication of cached content, cached content is fixed unless build files change.
Revamped Licensing & Distribution Documentation
What's Changed
Full Changelog: gradle/actions@v6.0.1...v6.1.0
v6.0.1Compare Source
Summary
The license changes in v6 introduced a
gradle-actions-cachinglicense notice that is printed in logs and in each job summary.With this release, the license notice will be muted if build-scan terms have been accepted, or if a Develocity access key is provided.
What's Changed
Full Changelog: gradle/actions@v6.0.0...v6.0.1
v6.0.0Compare Source
Summary
gradle-actions-cachinglibrary, and is no longer open-source. See this blog post for more context.gradle-actions-caching.What's Changed
gradle-actions-cachingcomponent by @bigdaz in #885Full Changelog: gradle/actions@v5.0.2...v6.0.0
v6Compare Source
v5.0.2Compare Source
Summary
This release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.
What's Changed
Full Changelog: gradle/actions@v5.0.1...v5.0.2
v5.0.1Compare Source
What's Changed
npmcode dependency versionsFull Changelog: gradle/actions@v5.0.0...v5.0.1
v5.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes
Dependency upgrades
Full Changelog: gradle/actions@v4...v5.0.0
v5Compare Source
stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)
v7.1.0Compare Source
Added
Changes
Dependency Updates
v7.0.0Compare Source
Added
Changed
Dependency Updates
v7Compare Source
Added
Changes
Dependency Updates
v6.0.1Compare Source
Fixed
v6.0.0Compare Source
Added
Fixed
Removed
create_branch,skip_checkout,skip_Fetch(#314)v6Compare Source
Fixed
square/okhttp (com.squareup.okhttp3:okhttp)
v5.4.02026-06-08
OkHttpClient.Builder, such as the cache, connection pool, socket factory, and DNS. We expectthis will allow most users to use interceptors everywhere, insted of mixing and matching
interceptors with custom
Call.Factorywrappers.okhttp-coroutinesartifact.JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)
v2.4.0google/ksp (com.google.devtools.ksp)
v2.3.9Compare Source
What's Changed
Contributors
Full Changelog: google/ksp@2.3.8...2.3.9
v2.3.8Compare Source
What's Changed
Contributors
Full Changelog: google/ksp@2.3.7...2.3.8
v2.3.7Compare Source
What's Changed
Contributors
Full Changelog: google/ksp@2.3.6...2.3.7
coil-kt/coil (io.coil-kt.coil3:coil-gif)
v3.5.0Compare Source
Changes since
3.4.0:iosX64andmacosX64targets. (#3386)ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground. (#3439)CacheStrategyimplementations being unable to refresh cached failure responses (e.g. expired cached404responses). (#3401)ContinuationInterceptorinstead ofCoroutineDispatcherin coroutine contexts. (#3415)androidx.annotationto 1.10.0.Changes since
3.5.0-beta01:ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground. (#3439)ContinuationInterceptorinstead ofCoroutineDispatcherin coroutine contexts. (#3415)Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.